home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5308 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  947 b 

  1. Path: cymbal.aix.calpoly.edu!not-for-mail
  2. From: dstubbs@cymbal.aix.calpoly.edu (Dan Stubbs)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Where Can I Find Standard C Library Source Files?
  5. Date: 9 Feb 1996 13:06:07 -0800
  6. Organization: California Polytechnic State University, San Luis Obispo
  7. Message-ID: <4fgcvv$2mt5@cymbal.aix.calpoly.edu>
  8. References: <4f8915$jt@mother.usf.edu> <4ffcf3$ejp@hdxx05.telecom.ptt.nl>
  9. NNTP-Posting-User: dstubbs@cymbal.aix.calpoly.edu
  10.  
  11. In article <4ffcf3$ejp@hdxx05.telecom.ptt.nl>,
  12. Andre Broers <andre2@dds.nl> wrote:
  13. >yatesc@csee.usf.edu (Randy Yates) wrote:
  14. >
  15. >>I mean the source for functions like printf and strcpy.
  16. >
  17.  
  18. An excellent reference in text form is:
  19.  
  20.    P.J. Plauger, "The Standard C Library," Prentice-Hall, 1992
  21.  
  22. Along with all the source code (remember that different
  23. libraries from different vendors may provide different implementations
  24. for these functions) are discussions of the libraries and their use.
  25.  
  26.  
  27.